NobGit
public nobgit read

wiki.wiki

No description yet

Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/wiki.wiki.git
ssh://[email protected]:2222/orgs/nobgit/wiki.wiki.git

Trace

How to upload a GPG key.md

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

How to upload a GPG key.md on main
Author Date Commit Line Code
Alex Nord 15 days ago a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
1
# How to upload a GPG key
Open commit View diff
1 # How to upload a GPG key
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
2
Open commit View diff
2
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
3
## Generate and export a GPG key
Open commit View diff
3 ## Generate and export a GPG key
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
4
Open commit View diff
4
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
5
Install GPG first if your system does not already include it. Use the same email address you use for Git commits.
Open commit View diff
5 Install GPG first if your system does not already include it. Use the same email address you use for Git commits.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
6
Open commit View diff
6
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
7
### Windows
Open commit View diff
7 ### Windows
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
8
Open commit View diff
8
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
9
1. Install **Gpg4win**.
Open commit View diff
9 1. Install **Gpg4win**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
10
2. Open **PowerShell**.
Open commit View diff
10 2. Open **PowerShell**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
11
3. Run `gpg --full-generate-key`.
Open commit View diff
11 3. Run `gpg --full-generate-key`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
12
4. Choose an RSA or ECC key, set an expiration date, and enter your name and email address.
Open commit View diff
12 4. Choose an RSA or ECC key, set an expiration date, and enter your name and email address.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
13
5. List your keys with `gpg --list-secret-keys --keyid-format=long`.
Open commit View diff
13 5. List your keys with `gpg --list-secret-keys --keyid-format=long`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
14
6. Export the public key with `gpg --armor --export KEY_ID`.
Open commit View diff
14 6. Export the public key with `gpg --armor --export KEY_ID`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
15
Open commit View diff
15
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
16
### macOS
Open commit View diff
16 ### macOS
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
17
Open commit View diff
17
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
18
1. Install GPG with **GPG Suite** or Homebrew.
Open commit View diff
18 1. Install GPG with **GPG Suite** or Homebrew.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
19
2. Open **Terminal**.
Open commit View diff
19 2. Open **Terminal**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
20
3. Run `gpg --full-generate-key`.
Open commit View diff
20 3. Run `gpg --full-generate-key`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
21
4. Choose an RSA or ECC key, set an expiration date, and enter your name and email address.
Open commit View diff
21 4. Choose an RSA or ECC key, set an expiration date, and enter your name and email address.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
22
5. List your keys with `gpg --list-secret-keys --keyid-format=long`.
Open commit View diff
22 5. List your keys with `gpg --list-secret-keys --keyid-format=long`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
23
6. Export the public key with `gpg --armor --export KEY_ID`.
Open commit View diff
23 6. Export the public key with `gpg --armor --export KEY_ID`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
24
Open commit View diff
24
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
25
### Linux
Open commit View diff
25 ### Linux
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
26
Open commit View diff
26
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
27
1. Install GPG from your package manager if needed.
Open commit View diff
27 1. Install GPG from your package manager if needed.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
28
2. Open your terminal.
Open commit View diff
28 2. Open your terminal.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
29
3. Run `gpg --full-generate-key`.
Open commit View diff
29 3. Run `gpg --full-generate-key`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
30
4. Choose an RSA or ECC key, set an expiration date, and enter your name and email address.
Open commit View diff
30 4. Choose an RSA or ECC key, set an expiration date, and enter your name and email address.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
31
5. List your keys with `gpg --list-secret-keys --keyid-format=long`.
Open commit View diff
31 5. List your keys with `gpg --list-secret-keys --keyid-format=long`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
32
6. Export the public key with `gpg --armor --export KEY_ID`.
Open commit View diff
32 6. Export the public key with `gpg --armor --export KEY_ID`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
33
Open commit View diff
33
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
34
## Upload the key to NobGit
Open commit View diff
34 ## Upload the key to NobGit
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
35
Open commit View diff
35
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
36
1. Click your account menu in the top right.
Open commit View diff
36 1. Click your account menu in the top right.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
37
2. Click **Settings**.
Open commit View diff
37 2. Click **Settings**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
38
3. Open **Access**.
Open commit View diff
38 3. Open **Access**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
39
4. Open **Git access**.
Open commit View diff
39 4. Open **Git access**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
40
5. Find **GPG keys**.
Open commit View diff
40 5. Find **GPG keys**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
41
6. Enter a key **Name**.
Open commit View diff
41 6. Enter a key **Name**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
42
7. Paste the ASCII-armored public key into **Public key**. It normally starts with `-----BEGIN PGP PUBLIC KEY BLOCK-----`.
Open commit View diff
42 7. Paste the ASCII-armored public key into **Public key**. It normally starts with `-----BEGIN PGP PUBLIC KEY BLOCK-----`.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
43
8. Select **Add GPG key**.
Open commit View diff
43 8. Select **Add GPG key**.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
44
Open commit View diff
44
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
45
NobGit syncs the GPG keyring after the key is saved.
Open commit View diff
45 NobGit syncs the GPG keyring after the key is saved.
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
46
Open commit View diff
46
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
47
- [Previous: SSH key](How to upload an SSH key.md)
Open commit View diff
47 - [Previous: SSH key](How to upload an SSH key.md)
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
48
Open commit View diff
48
same change a7ad6fa

Initial commit

Full commit hash
a7ad6fa1bfef6466dd8c0e78df0a3f7448da00ed
Author
Alex Nord <[email protected]>
Date
15 days ago
Selected line
49
- [Next: commit to NobGit](How to commit to NobGit.md)
Open commit View diff
49 - [Next: commit to NobGit](How to commit to NobGit.md)